ESRI.ArcGIS.Mobile.Client
CheckableItem Constructor(T,Boolean)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic CheckableItem Class > CheckableItem Constructor : CheckableItem Constructor(T,Boolean)

item
The item associated with the CheckableItem.
isChecked
The initial value of IsChecked.
Initializes a new instance of the CheckableItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal item As T, _
   ByVal isChecked As Boolean _
)
C# 
public Generic CheckableItem( 
   T item,
   bool isChecked
)

Parameters

item
The item associated with the CheckableItem.
isChecked
The initial value of IsChecked.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also